Allow animation

Description

Enables or disables animating the ViewBox when it's populated or refreshed.

Discussion

The Allow animation property, when checked, enables animating the ViewBox when it is populated or refreshed. An animation JSON object can be passed to the ViewBox .populate() and .refresh() methods to customize the animation. See the ViewBox Animation object to learn more.

See Also